const runtime._EPOLL_CLOEXEC

2 uses

	runtime (current package)
		defs_linux_amd64.go#L99: 	_EPOLL_CLOEXEC = 0x80000
		netpoll_epoll.go#L33: 	epfd = epollcreate1(_EPOLL_CLOEXEC)